home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4286 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  376 b 

  1. From: CompuWord@msn.com (Meiyu Lin)
  2. Subject: RE: C type question
  3. Date: 3 Feb 96 05:11:34 -0800
  4. References: <Pine.SUN.3.91.960202131027.20090A-100000@sun19.cs.cuhk.hk>
  5. Message-ID: <00001a80+0000767e@msn.com>
  6. Path: news.msn.com!msn.com
  7. Newsgroups: comp.lang.c
  8. Organization: The Microsoft Network (msn.com)
  9.  
  10. Try this:
  11.  
  12.   while ((1.0+u) > 1.0) 
  13.  {
  14.       v = u;
  15.       u /= 2.0;
  16.  }
  17.